projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b708b
)
(x_create_tip_frame): Use unwind_create_tip_frame,
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 15 Dec 2000 12:06:34 +0000
(12:06 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 15 Dec 2000 12:06:34 +0000
(12:06 +0000)
not unwind_create_frame.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 04ef282a175b0ab81c2db48001c118be40788a0f..0def9ac3af5d09920f47b26d0c651a670e3143cf 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-10410,7
+10410,7
@@
x_create_tip_frame (dpyinfo, parms)
f = make_frame (1);
XSETFRAME (frame, f);
FRAME_CAN_HAVE_SCROLL_BARS (f) = 0;
- record_unwind_protect (unwind_create_frame, frame);
+ record_unwind_protect (unwind_create_
tip_
frame, frame);
/* By setting the output method, we're essentially saying that
the frame is live, as per FRAME_LIVE_P. If we get a signal